home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / boiler_b.swf / scripts / frame_57 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  356 b   |  18 lines

  1. bpete_mc.onRelease = function()
  2. {
  3.    snd_mc.playsound("pButton");
  4.    snd_mc.playsound("pJump");
  5.    _global.gPP = "pete";
  6.    gotoAndStop("petestart");
  7.    play();
  8. };
  9. bpaula_mc.onRelease = function()
  10. {
  11.    snd_mc.playsound("pButton");
  12.    snd_mc.playsound("pJump");
  13.    _global.gPP = "paula";
  14.    gotoAndStop("paulastart");
  15.    play();
  16. };
  17. stop();
  18.